|
tester2 2.2.2
|
Tester 2 Click Example. More...
Macros | |
| #define | MIKROBUS_POSITION_TESTER2 MIKROBUS_1 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Tester 2 Click Example.
This example demonstrates the use of Tester 2 Click board by controlling all LEDs on the Click board together and in sequential pin toggling with different delays.
The demo application is composed of two sections :
Initializes the driver and logger.
Toggles all pins together 5 times with a 500ms delay between each toggle, then toggles each pin sequentially with a 300ms delay between toggling each pin.
| #define MIKROBUS_POSITION_TESTER2 MIKROBUS_1 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |